Document the default attach options for gtk_table_attach_defaults().
authorMatthias Clasen <maclas@gmx.de>
Mon, 31 May 2004 04:17:42 +0000 (04:17 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 31 May 2004 04:17:42 +0000 (04:17 +0000)
Mon May 31 00:16:36 2004  Matthias Clasen  <maclas@gmx.de>

* gtk/tmpl/gtktable.sgml: Document the default attach
options for gtk_table_attach_defaults().  (#143391,
Steve Chaplin)

docs/reference/ChangeLog
docs/reference/gtk/tmpl/gtktable.sgml

index e2304026c8404a5963959f866c8d41eedbbb566f..591a2b433051d7794bb4014a971794d94d6c1c6e 100644 (file)
@@ -1,3 +1,9 @@
+Mon May 31 00:16:36 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/tmpl/gtktable.sgml: Document the default attach
+       options for gtk_table_attach_defaults().  (#143391,
+       Steve Chaplin)
+
 Fri May 28 14:34:36 2004  Matthias Clasen  <maclas@gmx.de>
 
        * gtk/tmpl/gtkcontainer.sgml: Fix docs for 
index d2c380a4256c883b0bd17d5a405d59e291936608..4f7867657a6550d2b31c497f8e31ae93691fe658 100644 (file)
@@ -210,7 +210,7 @@ and row numbers of the table. (Columns and rows are indexed from zero).
 
 <!-- ##### FUNCTION gtk_table_attach_defaults ##### -->
 <para>
-As there are many options associated with gtk_table_attach(), this convenience function provides the programmer with a means to add children to a table with identical padding and expansion options.
+As there are many options associated with gtk_table_attach(), this convenience function provides the programmer with a means to add children to a table with identical padding and expansion options. The values used for the #GtkAttachOptions are <literal>GTK_EXPAND | GTK_FILL</literal>, and the padding is set to 0.
 </para>
 
 @table: The table to add a new child widget to.